func go/types.allOrdered

4 uses

	go/types (current package)
		builtins.go#L591: 			if !allOrdered(a.typ) {
		expr.go#L547: 		case !allOrdered(x.typ):
		expr.go#L550: 		case !allOrdered(y.typ):
		predicates.go#L51: func allOrdered(t Type) bool         { return allBasic(t, IsOrdered) }